From 42f0c6c9c03f72fa016f5d6f8373b6ced23f4158 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 19 Jul 2005 22:15:40 +0000 Subject: [PATCH] That wasn't sposta be commented out... git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1295 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/waypt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 11eb9e849..6fa26d4e0 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -92,7 +92,6 @@ waypt_add(waypoint *wpt) * try to be sure that we have these fields even if just by * copying them from elsewhere. */ -#if 0 if (wpt->shortname == NULL) { if (wpt->description) { wpt->shortname = xstrdup(wpt->description); @@ -117,7 +116,6 @@ waypt_add(waypoint *wpt) } } } -#endif } void -- 2.30.2